github.com/refraction-networking/utls.halfConn.version (field)

12 uses

	github.com/refraction-networking/utls (current package)
		conn.go#L176: 	version uint16 // protocol version
		conn.go#L211: 	hc.version = version
		conn.go#L219: 	if hc.nextCipher == nil || hc.version == VersionTLS13 {
		conn.go#L272: 		if hc.version >= VersionTLS11 {
		conn.go#L350: 	if hc.version == VersionTLS13 && typ == recordTypeChangeCipherSpec {
		conn.go#L374: 			if hc.version == VersionTLS13 {
		conn.go#L412: 		if hc.version == VersionTLS13 {
		conn.go#L522: 		if hc.version == VersionTLS13 {
		handshake_client.go#L573: 	c.in.version = vers
		handshake_client.go#L574: 	c.out.version = vers
		handshake_server.go#L182: 	c.in.version = c.vers
		handshake_server.go#L183: 	c.out.version = c.vers